Change the way domain configuration is handled in xm-test.
authoremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>
Tue, 13 Dec 2005 16:26:24 +0000 (16:26 +0000)
committeremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>
Tue, 13 Dec 2005 16:26:24 +0000 (16:26 +0000)
commitbf68bfcf485297ecbba3dbf90efc34253c4a5327
tree77f85d742211b0b8f5e624c85b4717351c4db98b
parenta9b9f0585c616df218bb0ee58aa7083ae1a2545d
Change the way domain configuration is handled in xm-test.
This will simplify the way we differentiate between HV and PV domains,
as well as make it easier to run normal tests in either HV or PV mode.

This patch has been modified by Ewan Mellor, to match his recent changes to
remove the nics= configuration option.

Signed-off-by: Dan Smith <danms@us.ibm.com>
Signed-off-by: Dan Stekloff <dsteklof@us.ibm.com>
24 files changed:
tools/xm-test/lib/XmTestLib/XenDomain.py
tools/xm-test/tests/block-create/11_block_attach_shared_dom0.py
tools/xm-test/tests/block-create/12_block_attach_shared_domU.py
tools/xm-test/tests/block-destroy/01_block-destroy_btblock_pos.py
tools/xm-test/tests/block-destroy/05_block-destroy_byname_pos.py
tools/xm-test/tests/block-list/01_block-list_pos.py
tools/xm-test/tests/block-list/03_block-list_anotherbd_pos.py
tools/xm-test/tests/create/01_create_basic_pos.py
tools/xm-test/tests/create/06_create_mem_neg.py
tools/xm-test/tests/create/07_create_mem64_pos.py
tools/xm-test/tests/create/08_create_mem128_pos.py
tools/xm-test/tests/create/09_create_mem256_pos.py
tools/xm-test/tests/create/11_create_concurrent_pos.py
tools/xm-test/tests/create/12_create_concurrent_stress_pos.py
tools/xm-test/tests/create/13_create_multinic_pos.py
tools/xm-test/tests/create/14_create_blockroot_pos.py
tools/xm-test/tests/create/15_create_smallmem_pos.py
tools/xm-test/tests/memset/03_memset_random_pos.py
tools/xm-test/tests/network/02_network_local_ping_pos.py
tools/xm-test/tests/network/05_network_dom0_ping_pos.py
tools/xm-test/tests/network/11_network_domU_ping_pos.py
tools/xm-test/tests/restore/04_restore_withdevices_pos.py
tools/xm-test/tests/sedf/01_sedf_multi_pos.py
tools/xm-test/tests/vcpu-disable/01_vcpu-disable_basic_pos.py